
ID #1, Matthew Leverton <http://www.matthewleverton.com>

GAME: Rebels and Lords

To Compile:

  make linux
  make windows

You can also try the MSVC make file. A Windows version is 
included in the entry. You can also check the site out for
an updated version.

---------------------------------------------------------------
	RULES
---------------------------------------------------------------

	_SURVIVAL_________________________________________

	The entire game is about surviving. In fact, there
	is not even an end to it! The person who destroys
	the rest of the Lords will survive for ever.

	_CLASSIC__________________________________________

	The game uses a 320x200 resultion with about 8
	different colors. I use a 16 color palette, but
	there are some empty ones and some dupes.

	Overall, I tried to recreate a C64 feel. Even
	the online War Room sticks to a 40x25 text
	layout.

	_RANDOMNESS_______________________________________

	Most of the game is random. The maps are randomly.
	The battles are very much random, although 
	weighted to give somewhat of a believable result.
	When creating an online game, the number of
	castles and terrain level are random.

	_DICHOTOMY________________________________________

	It's in the very title itself. ;) There are rebels
	and lords. The rebels sit around and do nothing,
	while the lords go to war with them and each
	other.

	_WORLD MAP________________________________________

	The entire game is played on a world map.

	_ACT OF IP________________________________________

	There is a built in Internet chat room and
	netplay. It's somewhat buggy and horribly written,
	but it mostly works. It needs a bit more features
	to be usable.

